sync.poolDequeue.popTail (method)
2 uses
sync (current package)
poolqueue.go#L147: func (d *poolDequeue) popTail() (any, bool) {
poolqueue.go#L286: if val, ok := d.popTail(); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)